home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
disk_tools
/
playcdda1.1
/
check
/
5
< prev
next >
Wrap
Text File
|
1995-08-08
|
403b
|
11 lines
Assign Dopus5: Exists
if warn
requestchoice "Dopus5: not assigned" "Directory Opus 5 ist nicht installiert." "Abbruch"
else
if EXISTS Dopus5:Arexx/PlayCDDA_YACDP.dopus5
requestchoice "Sie haben installiert:" "`version Dopus5:Arexx/PlayCDDA_YACDP.dopus5`" "OK"
else
requestchoice "Fehler" "Sie haben PlayCDDA_YACDP.dopus5 nicht installiert." "Abbruch"
endif
EndIf